home *** CD-ROM | disk | FTP | other *** search
/ Big Cock 7 / Big Cock 7 - Disc 1.iso / pc / b / b8.dxr / 00059_R9.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  284 b   |  13 lines

  1. on exitFrame
  2.   global activchan, disknum, jumppoint, hitl, hitr
  3.   puppetSound(0)
  4.   set the castNum of sprite 32 to 91
  5.   sound fadeIn 4, 2 * 60
  6.   sound playFile 4, "TCN_loop.aif"
  7.   sound fadeOut 3, 2 * 60
  8.   updateStage()
  9.   set activchan to 1
  10.   set hitr to "5_hit.aif"
  11.   go("main")
  12. end
  13.